home *** CD-ROM | disk | FTP | other *** search
/ Total Network Tools 2002 / NextStepPublishing-TotalNetworkTools2002-Win95.iso / Archive / Misc Servers / Zope.exe / FIND_ADVANCED.STX < prev    next >
Encoding:
Text File  |  2000-06-30  |  1.7 KB  |  46 lines

  1. ObjectManager - Advanced Find: Search Zope.
  2.  
  3.   Description
  4.   
  5.     This view allows you to search for Zope objects.
  6.  
  7.     To find objects you specify search criteria in the top frame and
  8.     then click the 'Find' button. The find results will appear in the
  9.     button frame. For fewer search criteria click the 'Simple...'
  10.     link.
  11.  
  12.   Controls
  13.  
  14.     'Find objects of type' -- The types of objects to find.
  15.  
  16.     'with ids' -- The ids of objects to find. You may specify one or
  17.     more ids separated by spaces.
  18.  
  19.     'containing' -- The text that must be contained in the *body* of
  20.     found items. Text in the title or other attribute fields will not
  21.     be searched.
  22.  
  23.     'expr' -- A DTML expressions to restrict found items. If the
  24.     expression evaluates to false in the context of the found object,
  25.     the object is rejected.
  26.  
  27.     'modified' -- Allows you to restrict your search to a specific
  28.     time period. You can choose whether objects 'before' or 'after' a
  29.     specified date/time.
  30.       
  31.       **Note: The date should be a DateTime string such as 'YYYY/MM/DD
  32.       hh:mm:ss', 'YYYY-MM-DD', or 'hh:mm'.**
  33.  
  34.     'where the roles' -- Use in combination with 'have permission'
  35.     option. Restricts found objects to those which provide the the
  36.     indicated permissions for the indicated roles.
  37.         
  38.     'have permission' -- Use in combination with 'where the
  39.     roles'.Restricts found objects to those which provide the the
  40.     indicated permissions for the indicated roles.
  41.         
  42.     'Search only in this folder' -- Find objects in this folder.
  43.  
  44.     'Search all subfolders' -- Find objects in all subfolders.
  45.  
  46.     'Find' -- Find objects matching the find criteria.